type github.com/jackc/pgx/v5/pgtype.scanPlanArrayCodec

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array_codec.go#L255: 	return &scanPlanArrayCodec{
		array_codec.go#L352: type scanPlanArrayCodec struct {
		array_codec.go#L360: func (spac *scanPlanArrayCodec) Scan(src []byte, dst any) error {